Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | var chai = require('chai'); |
||
30 | it('cmsData.fileAttr.test()', function() { |
||
31 | var bool = cmsData.fileAttr.test(this.fixture.jsonDraft.abe_meta.latest.abeUrl) |
||
32 | chai.expect(bool).to.be.true; |
||
33 | bool = cmsData.fileAttr.test(this.fixture.jsonDraft.abe_meta.link) |
||
34 | chai.expect(bool).to.be.false; |
||
35 | }); |
||
36 | |||
47 |